-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Refactor core and frameworks to work with presets #4043
Conversation
…reset-webpack-custom
Generated by 🚫 dangerJS |
…k-core-presets # Conflicts: # app/vue/src/server/options.js # lib/core/src/server/config/webpack.config.js
Codecov Report
@@ Coverage Diff @@
## core/presets #4043 +/- ##
================================================
- Coverage 40.76% 40.74% -0.02%
================================================
Files 485 491 +6
Lines 5784 5794 +10
Branches 774 779 +5
================================================
+ Hits 2358 2361 +3
- Misses 3054 3058 +4
- Partials 372 375 +3
Continue to review full report at Codecov.
|
…o core/presets-merge-babel-configs
…k-core-presets # Conflicts: # app/angular/src/server/wrapInitialConfig.js # app/polymer/src/server/framework-preset-polymer.js # lib/core/src/server/loadCustomBabelConfig.js
…o core/presets-merge-babel-configs # Conflicts: # lib/core/package.json # lib/core/src/server/core-preset-dev.js # lib/core/src/server/core-preset-prod.js # yarn.lock
…figs [WIP] presets - merge default babel configs
Issue: This PR is based on the changes in #4027.
What I did
In order to support a single standard of configuration, I've changed core and frameworks to work with presets.